Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multisign batch command (bp #7787) #8691

Merged
merged 2 commits into from
Feb 25, 2021

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Feb 24, 2021

This is an automatic backport of pull request #7787 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.io/

* initial commit

* update signing data

* Update signature

* code cleanup

* code cleanup

* Add test for ms batch

* update test

* add build flag

* update flags

* update tests

* add test for signbatch multisig

* update test

* fix sign batch multisig

* add test

* update offline usage

* update with sign batch fix

* fix lint

* update tests

* update test

* update tests

* fix signature only

* update seq

* fix conflicts

* update multisign

* revert unintended

* fix tests

* rename flags

* code refactor

* fix typo

* update docs

* update test

* Update x/auth/client/cli/tx_multisign.go

* use named return values and explicit return

* Update x/auth/client/cli/tx_multisign.go

Co-authored-by: Robert Zaremba <robert@zaremba.ch>

* Update x/auth/client/cli/tx_multisign.go

Co-authored-by: Robert Zaremba <robert@zaremba.ch>

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Jonathan Gimeno <jonathan@tendermint.com>
Co-authored-by: Jonathan Gimeno <jgimeno@gmail.com>
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 77668a3)
@alessio alessio added this to the v0.41.4 milestone Feb 24, 2021
@alessio
Copy link
Contributor

alessio commented Feb 24, 2021

CC @sahith-narahari @jgimeno

@codecov
Copy link

codecov bot commented Feb 24, 2021

Codecov Report

Merging #8691 (45a5166) into release/v0.41.x (2a5818c) will increase coverage by 0.01%.
The diff coverage is 57.57%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##           release/v0.41.x    #8691      +/-   ##
===================================================
+ Coverage            61.93%   61.94%   +0.01%     
===================================================
  Files                  611      611              
  Lines                35250    35359     +109     
===================================================
+ Hits                 21831    21904      +73     
- Misses               11136    11157      +21     
- Partials              2283     2298      +15     
Impacted Files Coverage Δ
baseapp/grpcserver.go 2.70% <0.00%> (+0.13%) ⬆️
store/rootmulti/store.go 66.05% <0.00%> (ø)
testutil/network/network.go 90.54% <0.00%> (ø)
x/staking/keeper/keeper.go 56.66% <ø> (-1.40%) ⬇️
x/staking/keeper/validator.go 80.52% <ø> (+0.03%) ⬆️
client/grpc_query.go 29.16% <40.00%> (+0.90%) ⬆️
baseapp/grpcrouter.go 80.00% <50.00%> (-6.05%) ⬇️
x/auth/client/cli/tx_multisign.go 64.67% <66.11%> (+2.99%) ⬆️
codec/types/any.go 64.00% <100.00%> (+3.13%) ⬆️
crypto/hd/hdpath.go 98.49% <100.00%> (+0.03%) ⬆️
... and 7 more

@alessio alessio merged commit 7060935 into release/v0.41.x Feb 25, 2021
@alessio alessio deleted the mergify/bp/release/v0.41.x/pr-7787 branch February 25, 2021 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants